css style: Accumulate changes in place
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Sep 2015 05:43:03 +0000 (01:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 28 Sep 2015 10:29:51 +0000 (06:29 -0400)
commit130fc6ce9bb8e5df381b9e6956fb42ea889bb769
treed983bd9bd52883d3d28eaf762db3b2f38653f804
parentac198a3ce6548b59d7833add4ac8853060ab1b39
css style: Accumulate changes in place

This avoids allocating a temporary bitmask, and lets us
avoid some value comparisons altogether.
gtk/gtkcssstyle.c
gtk/gtkcssstyleprivate.h
gtk/gtkcsswidgetnode.c